home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / let_it_f.swf / scripts / DefineSprite_803 / frame_1 / DoAction.as
Text File  |  2008-11-12  |  122b  |  9 lines

  1. stop();
  2. pumpit.onPress = function()
  3. {
  4.    if(_root.ended != true && _root.wait != true)
  5.    {
  6.       play();
  7.    }
  8. };
  9.